diff --git a/lazycipher/helloWorld.c b/lazycipher/helloWorld.c index 3c84cd5..0c1029e 100644 --- a/lazycipher/helloWorld.c +++ b/lazycipher/helloWorld.c @@ -1,5 +1,5 @@ #include -int main(){ +void main() +{ printf("Hello World!"); - return 0; -} \ No newline at end of file +}