Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
69
Lang/FutureBasic/00DESCRIPTION
Normal file
69
Lang/FutureBasic/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
{{language|FutureBasic
|
||||
|exec=interpreted
|
||||
|strength=strong
|
||||
|safety=safe
|
||||
|parampass=both
|
||||
|exec=machine
|
||||
|gc=no
|
||||
|site=http://4toc.com/fb/index.htm
|
||||
|tags=futurebasic}}
|
||||
{{language programming paradigm|procedural}}
|
||||
{{implementation|BASIC}}
|
||||
|
||||
FutureBasic began life as Zbasic, a commercial variant of [[BASIC]] for the early Macintoshes, but has grown far beyond that into a mature freeware IDE that, through its FBtoC translator, can be used to compile C and Objective-C [[object-oriented]] code using the clang compiler included with an Xcode installation. It is excellent as a educational tool and for fast prototyping -- especially in Objective-C (Cocoa) by those who prefer programmatic code over the overhead of Xcode. Among its enthusiasts are commercial developers, engineers, professors, doctors, musicians, writers and a host of amateurs who program with FB for the sheer joy of it.
|
||||
|
||||
== FutureBasic Home Page & Download ==
|
||||
http://4toc.com/fb/index.htm
|
||||
|
||||
Here is where you can download your freeware copy of the FutureBasic IDE for Macintosh OS X 10.4 and newer, along with detailed installation instructions (FB requires installation of Xcode and QuickDraw headers); programming examples; and other information.
|
||||
|
||||
On 1 January 2008, Staz Software announced FB as freeware. Downloads and their executables are freeware, but source code and rights of distribution are reserved to the respective authors (the FBtoC team and Staz Software). The IDE is continuously being improved.
|
||||
|
||||
FB 5.x builds Mac OS X Carbon applications (32-bit only) and command-line tools (32- and 64-bit).
|
||||
|
||||
The FB 5 IDE consists of a syntax-aware editor, and a translator (FBtoC) that converts FB code into C code. The translation is then compiled with the system compiler gcc, or in the most recent versions, clang.
|
||||
|
||||
Here is a sample program:
|
||||
<pre>
|
||||
include "ConsoleWindow"
|
||||
|
||||
local fn PrintSomething( str as Str255 )
|
||||
print str
|
||||
end fn
|
||||
|
||||
fn PrintSomething( "Hello, World!" )
|
||||
</pre>
|
||||
|
||||
== FutureBasic List ==
|
||||
http://freegroups.net/groups/futurebasic/
|
||||
|
||||
The FutureBasic mailing list is a free service to the FB programming community, courtesy of associate.com. The list is available by online, and/or by email subscription to anyone interested FB programming on the Macintosh. List members include raw beginners through published commercial software authors. The FB development team and some long-time enthusiasts are knowledgeable and friendly and are very quick to respond to questions posted on the list. In addition, demonstration program code is frequently posted here.
|
||||
|
||||
== Wikipedia ==
|
||||
https://en.wikipedia.org/wiki/FutureBASIC
|
||||
|
||||
Discusses the history of FutureBasic and its predecessor, ZBasic, from the early days of the Macintosh when it was a commercial product, until its morph into today's robust front end to the clang compiler. Information on this page can be outdated, to a better source of the most current information about FB can be found at the web sites above.
|
||||
|
||||
== Why FutureBasic? ==
|
||||
|
||||
Considering the contempt some programmers have for the BASIC language -- "BASIC ruins programmers" -- it's almost a shame FB has the word "Basic" in its official name. Not only can FB handle BASIC source code, but since it is a front end to clang, it can translate C, Apple's Core Foundation, Objective-C (Cocoa), HTML, XML, SOAP, UNIX Shell, Open GL, etc. This makes it an excellent tool for prototyping -- especially for programmatic Objective-C when the overhead of Xcode is not needed.
|
||||
|
||||
According to Wikipedia, FutureBasic began life at the dawn of Apple's Macintosh in the mid-1980s as ZBasic, an implementation of '''BASIC''' -- the ''Beginner's All-purpose Symbolic Instruction Code'' -- which had been around since the language was invented by John G. Kemeny and Thomas E. Kurtz at Dartmouth College during 1963 and 1964.
|
||||
|
||||
ZBasic acquired a devoted following of developers who praised its ease of use and the tight, fast code produced by the compiler (a legendary labor involving extensive use of hand-built 68K assembly language code and the brainchild of Andrew Gariepy).
|
||||
|
||||
In 1992, Zedcor Inc., the company of the Gariepy brothers Andy, Mike, Peter and friends based in Tucson, Arizona presented announced their reworked compiler called FutureBASIC.
|
||||
|
||||
In 1995 Staz Software, led by Chris Stasny based in Diamondhead, Miss., acquired the rights to market FutureBASIC. Stasny started this business with an upgraded version, namely FBII, and with his own development, the Program Generator (PG PRO), a CASE tool.
|
||||
|
||||
When Apple transitioned the Mac from 68k to PowerPC, the FB editor was rewritten by Stasny and was coupled with an adaptation of the compiler by Andy Gariepy. The result of their efforts, a dramatically enhanced IDE called FB^3 (FB-cubed) was released in September 1999.
|
||||
|
||||
Major update releases introduced a full-featured Appearance Compliant runtime written by the late New Zealander Robert Purves renown for his brilliant programming. Once completely carbonized to run natively on the Mac OS X, the FutureBASIC Integrated Development Environment (FB IDE) was called FB4 and released in July 2004.
|
||||
|
||||
In August 2005, Staz Software was devastated by Hurricane Katrina just at the time Apple was transitioning from Motorola PPC microprocessors to Intel chips. FB development slowed almost to a standstill. On January 1, 2008, Staz Software announced that FB would henceforth be freeware and FB4 with FBtoC 1.0 was made available.
|
||||
|
||||
Since that time, an independent team of volunteer developers initially lead by Purves continued to improve FBtoC, which took code produced by the FB Editor and translated it to C for processing by gcc, and more recently the more robust clang.
|
||||
|
||||
On Sunday, June 3, 2012, members of the FB List Serve were notified that Robert Purves had died after a long bout with cancer. The news came as a surprise to many FB developers who were unaware of Purves' illness. While coping with cancer, he continued as an active member of the FB community, improving FB, answering questions, solving problems, and posting exquisitely terse code often salted with pithy remarks from his wonderfully dry humor. He never mentioned his health problems and never complained. A tribute to Purves can be found at the bottom of the FB Home Page
|
||||
|
||||
Today, a team of skilled developers who worked on the FB editor, who were also tutored at Purves' knee on his pet FB project, the FBtoC translator, continue his work keeping the Macintosh's oldest compiler viable for a new generation of coders.
|
||||
1
Lang/FutureBasic/100-doors
Symbolic link
1
Lang/FutureBasic/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/FutureBasic
|
||||
1
Lang/FutureBasic/99-Bottles-of-Beer
Symbolic link
1
Lang/FutureBasic/99-Bottles-of-Beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-Bottles-of-Beer/FutureBasic
|
||||
1
Lang/FutureBasic/Ackermann-function
Symbolic link
1
Lang/FutureBasic/Ackermann-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ackermann-function/FutureBasic
|
||||
1
Lang/FutureBasic/Address-of-a-variable
Symbolic link
1
Lang/FutureBasic/Address-of-a-variable
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Address-of-a-variable/FutureBasic
|
||||
1
Lang/FutureBasic/Anagrams
Symbolic link
1
Lang/FutureBasic/Anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams/FutureBasic
|
||||
1
Lang/FutureBasic/Arithmetic-Integer
Symbolic link
1
Lang/FutureBasic/Arithmetic-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arithmetic-Integer/FutureBasic
|
||||
1
Lang/FutureBasic/Bitwise-operations
Symbolic link
1
Lang/FutureBasic/Bitwise-operations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitwise-operations/FutureBasic
|
||||
1
Lang/FutureBasic/Calendar
Symbolic link
1
Lang/FutureBasic/Calendar
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar/FutureBasic
|
||||
1
Lang/FutureBasic/Copy-a-string
Symbolic link
1
Lang/FutureBasic/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/FutureBasic
|
||||
1
Lang/FutureBasic/Count-in-octal
Symbolic link
1
Lang/FutureBasic/Count-in-octal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-in-octal/FutureBasic
|
||||
1
Lang/FutureBasic/Count-the-coins
Symbolic link
1
Lang/FutureBasic/Count-the-coins
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Count-the-coins/FutureBasic
|
||||
1
Lang/FutureBasic/Detect-division-by-zero
Symbolic link
1
Lang/FutureBasic/Detect-division-by-zero
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Detect-division-by-zero/FutureBasic
|
||||
1
Lang/FutureBasic/Draw-a-sphere
Symbolic link
1
Lang/FutureBasic/Draw-a-sphere
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Draw-a-sphere/FutureBasic
|
||||
1
Lang/FutureBasic/Empty-program
Symbolic link
1
Lang/FutureBasic/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/FutureBasic
|
||||
1
Lang/FutureBasic/Empty-string
Symbolic link
1
Lang/FutureBasic/Empty-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-string/FutureBasic
|
||||
1
Lang/FutureBasic/Enumerations
Symbolic link
1
Lang/FutureBasic/Enumerations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Enumerations/FutureBasic
|
||||
1
Lang/FutureBasic/Execute-a-system-command
Symbolic link
1
Lang/FutureBasic/Execute-a-system-command
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-a-system-command/FutureBasic
|
||||
1
Lang/FutureBasic/Factorial
Symbolic link
1
Lang/FutureBasic/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/FutureBasic
|
||||
1
Lang/FutureBasic/Factors-of-an-integer
Symbolic link
1
Lang/FutureBasic/Factors-of-an-integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factors-of-an-integer/FutureBasic
|
||||
1
Lang/FutureBasic/Fibonacci-sequence
Symbolic link
1
Lang/FutureBasic/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/FutureBasic
|
||||
1
Lang/FutureBasic/FizzBuzz
Symbolic link
1
Lang/FutureBasic/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/FutureBasic
|
||||
1
Lang/FutureBasic/Formatted-numeric-output
Symbolic link
1
Lang/FutureBasic/Formatted-numeric-output
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Formatted-numeric-output/FutureBasic
|
||||
1
Lang/FutureBasic/Function-definition
Symbolic link
1
Lang/FutureBasic/Function-definition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-definition/FutureBasic
|
||||
1
Lang/FutureBasic/Generic-swap
Symbolic link
1
Lang/FutureBasic/Generic-swap
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Generic-swap/FutureBasic
|
||||
1
Lang/FutureBasic/Haversine-formula
Symbolic link
1
Lang/FutureBasic/Haversine-formula
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Haversine-formula/FutureBasic
|
||||
1
Lang/FutureBasic/Hello-world-Newbie
Symbolic link
1
Lang/FutureBasic/Hello-world-Newbie
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Newbie/FutureBasic
|
||||
1
Lang/FutureBasic/Heronian-triangles
Symbolic link
1
Lang/FutureBasic/Heronian-triangles
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Heronian-triangles/FutureBasic
|
||||
1
Lang/FutureBasic/Higher-order-functions
Symbolic link
1
Lang/FutureBasic/Higher-order-functions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Higher-order-functions/FutureBasic
|
||||
1
Lang/FutureBasic/Hofstadter-Conway-$10,000-sequence
Symbolic link
1
Lang/FutureBasic/Hofstadter-Conway-$10,000-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hofstadter-Conway-$10,000-sequence/FutureBasic
|
||||
1
Lang/FutureBasic/Horizontal-sundial-calculations
Symbolic link
1
Lang/FutureBasic/Horizontal-sundial-calculations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Horizontal-sundial-calculations/FutureBasic
|
||||
1
Lang/FutureBasic/Include-a-file
Symbolic link
1
Lang/FutureBasic/Include-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Include-a-file/FutureBasic
|
||||
1
Lang/FutureBasic/Increment-a-numerical-string
Symbolic link
1
Lang/FutureBasic/Increment-a-numerical-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Increment-a-numerical-string/FutureBasic
|
||||
1
Lang/FutureBasic/Input-loop
Symbolic link
1
Lang/FutureBasic/Input-loop
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Input-loop/FutureBasic
|
||||
1
Lang/FutureBasic/Integer-comparison
Symbolic link
1
Lang/FutureBasic/Integer-comparison
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Integer-comparison/FutureBasic
|
||||
1
Lang/FutureBasic/Jump-anywhere
Symbolic link
1
Lang/FutureBasic/Jump-anywhere
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Jump-anywhere/FutureBasic
|
||||
1
Lang/FutureBasic/Keyboard-input-Obtain-a-Y-or-N-response
Symbolic link
1
Lang/FutureBasic/Keyboard-input-Obtain-a-Y-or-N-response
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Keyboard-input-Obtain-a-Y-or-N-response/FutureBasic
|
||||
1
Lang/FutureBasic/Knapsack-problem-0-1
Symbolic link
1
Lang/FutureBasic/Knapsack-problem-0-1
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Knapsack-problem-0-1/FutureBasic
|
||||
1
Lang/FutureBasic/Leap-year
Symbolic link
1
Lang/FutureBasic/Leap-year
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Leap-year/FutureBasic
|
||||
1
Lang/FutureBasic/Levenshtein-distance
Symbolic link
1
Lang/FutureBasic/Levenshtein-distance
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Levenshtein-distance/FutureBasic
|
||||
1
Lang/FutureBasic/Literals-Integer
Symbolic link
1
Lang/FutureBasic/Literals-Integer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Literals-Integer/FutureBasic
|
||||
1
Lang/FutureBasic/Logical-operations
Symbolic link
1
Lang/FutureBasic/Logical-operations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Logical-operations/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-Break
Symbolic link
1
Lang/FutureBasic/Loops-Break
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Break/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-Do-while
Symbolic link
1
Lang/FutureBasic/Loops-Do-while
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Do-while/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-Downward-for
Symbolic link
1
Lang/FutureBasic/Loops-Downward-for
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Downward-for/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-For-with-a-specified-step
Symbolic link
1
Lang/FutureBasic/Loops-For-with-a-specified-step
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-For-with-a-specified-step/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-Infinite
Symbolic link
1
Lang/FutureBasic/Loops-Infinite
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Infinite/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-N-plus-one-half
Symbolic link
1
Lang/FutureBasic/Loops-N-plus-one-half
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-N-plus-one-half/FutureBasic
|
||||
1
Lang/FutureBasic/Loops-While
Symbolic link
1
Lang/FutureBasic/Loops-While
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-While/FutureBasic
|
||||
1
Lang/FutureBasic/Nth-root
Symbolic link
1
Lang/FutureBasic/Nth-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Nth-root/FutureBasic
|
||||
1
Lang/FutureBasic/Pi
Symbolic link
1
Lang/FutureBasic/Pi
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pi/FutureBasic
|
||||
1
Lang/FutureBasic/Primality-by-trial-division
Symbolic link
1
Lang/FutureBasic/Primality-by-trial-division
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Primality-by-trial-division/FutureBasic
|
||||
1
Lang/FutureBasic/README
Normal file
1
Lang/FutureBasic/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:FutureBasic
|
||||
1
Lang/FutureBasic/Random-numbers
Symbolic link
1
Lang/FutureBasic/Random-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Random-numbers/FutureBasic
|
||||
1
Lang/FutureBasic/Read-a-specific-line-from-a-file
Symbolic link
1
Lang/FutureBasic/Read-a-specific-line-from-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-a-specific-line-from-a-file/FutureBasic
|
||||
1
Lang/FutureBasic/Read-entire-file
Symbolic link
1
Lang/FutureBasic/Read-entire-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-entire-file/FutureBasic
|
||||
1
Lang/FutureBasic/Real-constants-and-functions
Symbolic link
1
Lang/FutureBasic/Real-constants-and-functions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Real-constants-and-functions/FutureBasic
|
||||
1
Lang/FutureBasic/Return-multiple-values
Symbolic link
1
Lang/FutureBasic/Return-multiple-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Return-multiple-values/FutureBasic
|
||||
1
Lang/FutureBasic/Reverse-a-string
Symbolic link
1
Lang/FutureBasic/Reverse-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reverse-a-string/FutureBasic
|
||||
1
Lang/FutureBasic/Roman-numerals-Decode
Symbolic link
1
Lang/FutureBasic/Roman-numerals-Decode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Decode/FutureBasic
|
||||
1
Lang/FutureBasic/Roman-numerals-Encode
Symbolic link
1
Lang/FutureBasic/Roman-numerals-Encode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Encode/FutureBasic
|
||||
1
Lang/FutureBasic/Roots-of-unity
Symbolic link
1
Lang/FutureBasic/Roots-of-unity
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roots-of-unity/FutureBasic
|
||||
1
Lang/FutureBasic/Runge-Kutta-method
Symbolic link
1
Lang/FutureBasic/Runge-Kutta-method
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Runge-Kutta-method/FutureBasic
|
||||
1
Lang/FutureBasic/Shell-one-liner
Symbolic link
1
Lang/FutureBasic/Shell-one-liner
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Shell-one-liner/FutureBasic
|
||||
1
Lang/FutureBasic/Show-the-epoch
Symbolic link
1
Lang/FutureBasic/Show-the-epoch
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Show-the-epoch/FutureBasic
|
||||
1
Lang/FutureBasic/Sieve-of-Eratosthenes
Symbolic link
1
Lang/FutureBasic/Sieve-of-Eratosthenes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sieve-of-Eratosthenes/FutureBasic
|
||||
1
Lang/FutureBasic/Soundex
Symbolic link
1
Lang/FutureBasic/Soundex
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Soundex/FutureBasic
|
||||
1
Lang/FutureBasic/String-case
Symbolic link
1
Lang/FutureBasic/String-case
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-case/FutureBasic
|
||||
1
Lang/FutureBasic/Sudoku
Symbolic link
1
Lang/FutureBasic/Sudoku
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sudoku/FutureBasic
|
||||
1
Lang/FutureBasic/Towers-of-Hanoi
Symbolic link
1
Lang/FutureBasic/Towers-of-Hanoi
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Towers-of-Hanoi/FutureBasic
|
||||
1
Lang/FutureBasic/Zero-to-the-zero-power
Symbolic link
1
Lang/FutureBasic/Zero-to-the-zero-power
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Zero-to-the-zero-power/FutureBasic
|
||||
Loading…
Add table
Add a link
Reference in a new issue