We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

User:Lemonz/TotallyProgramTypes

From Esolang
Jump to navigation Jump to search

Welcome to this place. I try to make program types of some actual useful kind. Though half of them are not good.

The plunge

"Hi" Program

Description: Hello program if your too lazy to output 6 characters somehow.
Python example:
print("Hi")

Awaiting input program

Description: End when an input that isnt empty is given
Python example:
k=""
while k=="":
 k=input()

Notepad program

Description: Get 2 inputs, first one is name and second contents. Then if the 
name of the note is provided, output the note's contents
---
Sample inputs: Test, MY CONTENS, Tset
Output: [NONE]

Sample inputs: Test, MY CONTENS, Test
Output: MY CONTENS