mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Create helloworld.c
TAKE THIS HELLO WORLD
This commit is contained in:
5
helloworld.c
Normal file
5
helloworld.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
print("Hello World");
|
||||
}
|
||||
Reference in New Issue
Block a user