initial commit: set up a template
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
6
src/cpu/cpu.cc
Normal file
6
src/cpu/cpu.cc
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "cpu.hh"
|
||||
#include <iostream>
|
||||
|
||||
namespace cpu {
|
||||
void run() { std::cout << "Hello from inside the CPU" << std::endl; }
|
||||
} // namespace cpu
|
Reference in New Issue
Block a user