Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

60%
+1 −0
Challenges 1, 2, Fizz, 4, Buzz!

Rockstar, 138 135 133 bytes F takes I&S let M be N/I turn up M if N-I*M S's"" return S N's0 while N-100 let N be+1 say F taking 3,"Fizz"+F taking 5,"Buzz" or N Try it here (Cod...

posted 2y ago by Shaggy‭  ·  edited 2y ago by Shaggy‭

Answer
#3: Post edited by user avatar Shaggy‭ · 2021-09-10T10:42:04Z (over 2 years ago)
  • # [Rockstar](https://codewithrockstar.com/), <s>138</s> 135 bytes
  • F takes I&S
  • let M be N/I
  • turn down M
  • if N-I*M
  • S's""
  • return S
  • N's0
  • while N-100
  • let N be+1
  • say F taking 3,"Fizz"+F taking 5,"Buzz" or N
  • [Try it here](https://codewithrockstar.com/online) (Code will need to be pasted in)
  • # [Rockstar](https://codewithrockstar.com/), <s>138</s> <s>135</s> 133 bytes
  • F takes I&S
  • let M be N/I
  • turn up M
  • if N-I*M
  • S's""
  • return S
  • N's0
  • while N-100
  • let N be+1
  • say F taking 3,"Fizz"+F taking 5,"Buzz" or N
  • [Try it here](https://codewithrockstar.com/online) (Code will need to be pasted in)
#2: Post edited by user avatar Shaggy‭ · 2021-09-03T08:48:23Z (over 2 years ago)
  • # [Rockstar](https://codewithrockstar.com/), 138 bytes
  • F takes I&S
  • let M be N/I
  • turn down M
  • if N-I*M
  • S's""
  • give back S
  • N's0
  • while N-100
  • let N be+1
  • say F taking 3,"Fizz"+F taking 5,"Buzz" or N
  • [Try it here](https://codewithrockstar.com/online) (Code will need to be pasted in)
  • # [Rockstar](https://codewithrockstar.com/), <s>138</s> 135 bytes
  • F takes I&S
  • let M be N/I
  • turn down M
  • if N-I*M
  • S's""
  • return S
  • N's0
  • while N-100
  • let N be+1
  • say F taking 3,"Fizz"+F taking 5,"Buzz" or N
  • [Try it here](https://codewithrockstar.com/online) (Code will need to be pasted in)
#1: Initial revision by user avatar Shaggy‭ · 2021-09-02T16:43:15Z (over 2 years ago)
# [Rockstar](https://codewithrockstar.com/), 138 bytes

    F takes I&S
    let M be N/I
    turn down M
    if N-I*M
    S's""
    
    give back S
    
    N's0
    while N-100
    let N be+1
    say F taking 3,"Fizz"+F taking 5,"Buzz" or N

[Try it here](https://codewithrockstar.com/online) (Code will need to be pasted in)