diff --git a/template/src/main.rs b/template/src/main.rs
index 2e8b4d80..6bd8c2fe 100644
--- a/template/src/main.rs
+++ b/template/src/main.rs
@@ -5,7 +5,7 @@ extern crate agb;
 use agb::{display, syscall};
 
 #[agb::entry]
-pub fn main() -> ! {
+fn main() -> ! {
     let mut gba = agb::Gba::new();
     let mut bitmap = gba.display.video.bitmap3();