mirror of
https://github.com/Comp211-SP24/lab-00-Rushilwiz.git
synced 2025-04-21 11:30:16 -04:00
hello world
This commit is contained in:
parent
be1129ccd2
commit
9e38efc496
BIN
0-hello-world/hello
Executable file
BIN
0-hello-world/hello
Executable file
Binary file not shown.
11
0-hello-world/hello.c
Normal file
11
0-hello-world/hello.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
// PID: 730677144
|
||||||
|
// I pledge the COMP 211 honor code.
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
printf("Hello, world!\n");
|
||||||
|
printf("Welcome to C!");
|
||||||
|
return EXIT_SUCCESS;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user