1e6814a653734348d014a6f3c0744b59a99e976b
[kaleidoscope.git] / Kaleidoscope / main.cpp
1 //
2 //  main.cpp
3 //  Kaleidoscope
4 //
5 //  Created by Luke Lau on 25/01/2017.
6 //  Copyright © 2017 Luke Lau. All rights reserved.
7 //
8
9 #include <iostream>
10
11 int main(int argc, const char * argv[]) {
12         // insert code here...
13         std::cout << "Hello, World!\n";
14     return 0;
15 }