Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 779 Bytes

wozniaksrevenge.md

File metadata and controls

15 lines (12 loc) · 779 Bytes

Wozniak's Revenge (100)

Challenge description:

Steve Wozniak needs an all-purpose symbolic programming language for his new computer and, for practice, has hidden a flag in his chosen programming language. Can you find the flag?

Download file: wozniaksrevenge.bas

Solution

We are given a .bas file. I initially thought it was a typical BASIC file, however running it as if it were one was unsuccessful. I then searched for ".bas file apple", revealing the file contained Applesoft Basic code. I found an interpreter online and ran the code, returning the flag.

Flag flag{applesoft}