mirror of
https://github.com/Clortox/markov-music.git
synced 2026-03-25 18:47:59 +00:00
Initial commit
This commit is contained in:
11
src/main.c
Normal file
11
src/main.c
Normal file
@@ -0,0 +1,11 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tyler Perkins
|
||||
// 9-29-21
|
||||
// Entry point
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char** argv){
|
||||
printf("Hello World!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user