fix a small typo

This commit is contained in:
slowstab
2021-07-09 09:18:56 +02:00
committed by İnanç Gümüş
parent d040619001
commit be204577a5

View File

@ -11,7 +11,7 @@ package main
// ---------------------------------------------------------
// EXERCISE: Print Your Age
//
// Print your age using Prinft
// Print your age using Printf
//
// EXPECTED OUTPUT
// I'm 30 years old.