Last active
August 29, 2015 14:06
-
-
Save helgeholm/b37cd1a39e247c32b6df to your computer and use it in GitHub Desktop.
Befunge-98 program that kinda approximates PI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
####v##### | |
#################### | |
############################ | |
################################ | |
#################################### | |
######################################## | |
############################################ | |
############################################## | |
################################################## | |
#################################################### | |
###################################################### | |
######################################################## | |
########################################################## | |
############################################################ | |
############|__-~*~-__PI_IN_BEFUNGE__-~*~-_|################## | |
############|vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv|################## | |
#############|_THE_PROGRAM_APPR0XIMATES_THE_|################### | |
##############|_VALUE_OF_PI_BY_C0UNTING_ITS__|#################### | |
##############|_OWN_AREA,_THEN_C0UNTING_ITS__|#################### | |
###############|_DIAGONAL,_THEN_D0ING_A_MATHS_|##################### | |
################|##############################|###################### | |
################|__IDEA_BY_@ARNEMART___________|###################### | |
#################|_CODED_BY_HELGE_H0LM__________|####################### | |
######################################################################## | |
########################################################################## | |
########################################################################## | |
############################################################################ | |
############################################################################ | |
############################################################################ | |
############################################################################# | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
#######################################>"@@"pv<g"@@":<########################## | |
#############################################g################################## | |
#############################################4################################## | |
#############################################8################################## | |
####################################>######>#*##v############################### | |
####################v##100**:***55<#####>##>#-v#>####^##<####################### | |
##############################>\1v2#####^\+1\_>1+488**%:|####################### | |
####################>>::g48*->|##+2#|p"@@":%**884+1g"@@"<####################### | |
####################|:%**884+1<<\<^$<??!!!?!?!??!!?!??^,,<###################### | |
####################>$72**>:*25*:*4*//325*:*:**-".3",,.ad^###################### | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################## | |
############################################################################ | |
############################################################################ | |
########################################################################## | |
########################################################################## | |
########################################################################## | |
######################################################################## | |
######################################################################## | |
###################################################################### | |
###################################################################### | |
#################################################################### | |
#################################################################### | |
################################################################## | |
######################################################/-\####### | |
###############################################RAM-->|@|###### | |
#####################################################\-/###### | |
############################################################ | |
########################################################## | |
######################################################## | |
###################################################### | |
#################################################### | |
################################################## | |
############################################## | |
############################################ | |
######################################## | |
#################################### | |
############################## | |
############################ | |
#################### | |
########## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fun Befunge Fact: Code Golfing and Optimization are the exact same things in Befunge.