Current location - Recipe Complete Network - Healthy recipes - What are some simple and fun programming codes?
What are some simple and fun programming codes?
Simple and interesting programming code is as follows:

Gsh=msgbox ("Ready to format, ready to start." ,vbyesno)

set s = createobject(" wscript . shell ")

wscript.sleep 1000

"msgbox" began to format ... haha! Are you scared out of your mind? I lied to you ~ "

wscript.sleep 1000

wscript . sleep 1000 * 100

Msgbox“windows has found an important update, and E68A8462616964757A 68696416F3133343653433 will be downloaded automatically. "

wscript.sleep 3000

Msgbox "system detected that SXS.exe, an unknown plug-in, was bundled in WINDOWS update. Do you want to scan it? ”,vbyesno

wscript.sleep 1000

Msgbox "file name SXS.exe"+chr( 13)+" Novice in the field of publishers "+CHR( 13)+" High risk in security rating "+CHR( 13)+" Suggest deleting directly "+CHR (/kloc)

Extended data:

In the compiling mode, the source program is first processed by a compiler corresponding to the programming language used, and the processed source program is converted into a target program represented by binary code through lexical analysis, syntax analysis, semantic analysis, code generation and code optimization, and then the function calls and system function calls used in the program are embedded into the target program through linked program processing to form a binary executable file that can be continuously executed. Calling this execution file can realize the corresponding function specified by the programmer in the corresponding source program file.

Baidu encyclopedia-programming